home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-05-07 | 315 b | 7 lines | [TEXT/ToyS] |
- -- let the user locate the player and a movie
- set player to (choose file with prompt "Locate Peter’s Player" of type "APPL")
- set movie to (choose file with prompt "Select a Movie" of type "MooV")
-
- -- tell the Finder to launch the player with the movie
- tell application "Finder" to open file movie using file player
-